projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
212cca9
)
Fix example in cargo manpage
author
Wesley Wiser
<wwiser@gmail.com>
Sun, 29 May 2016 23:18:59 +0000
(19:18 -0400)
committer
Wesley Wiser
<wwiser@gmail.com>
Sun, 29 May 2016 23:18:59 +0000
(19:18 -0400)
Fixes #2731
src/etc/man/cargo.1
patch
|
blob
|
history
diff --git
a/src/etc/man/cargo.1
b/src/etc/man/cargo.1
index b4b892a0495360a515a679d162f7b4c8c4994473..970b02262bfd6de42371a8e28de61270fffdee53 100644
(file)
--- a/
src/etc/man/cargo.1
+++ b/
src/etc/man/cargo.1
@@
-154,7
+154,7
@@
Create a new project that builds an executable
.IP
.nf
\f[C]
-$\ cargo\ new\ \-\-
init
\ foobar
+$\ cargo\ new\ \-\-
bin
\ foobar
\f[]
.fi
.PP